summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | ipvs: support scheduling inverse and icmp TCP packetsAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: sh: support scheduling icmp/inverse packets consistentlyAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell2015-09-01
| | * | | | | | | | ipvs: add schedule_icmp sysctlAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: Make ip_vs_schedule aware of inverse iph'esAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: pull out ip_vs_try_to_schedule functionAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: Handle inverse and icmp headers in ip_vs_leaveAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: Add hdr_flags to iphdrAlex Gartrell2015-09-01
| | * | | | | | | | ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell2015-09-01
* | | | | | | | | | tcp: send loss probe after 1s if no RTT availableYuchung Cheng2015-09-21
* | | | | | | | | | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-21
* | | | | | | | | | s390/iucv: do not use arrays as argumentUrsula Braun2015-09-21
* | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc2015-09-18
| * | | | | | | | | | Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc2015-09-18
| * | | | | | | | | | Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: use correct ESC value for dispatchStefan Schmidt2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: fix drop return valueAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: remove packet type to hostAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: add check for reserved dispatchAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: add handler for all dispatch valuesAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: add generic lowpan header checkAlexander Aring2015-09-17
| * | | | | | | | | | ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: earlier skb->dev switchAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: trivial checks at firstAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: cleanup pull of iphc bytesAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: change if lowpan dev is runningAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: remove EXPORT_SYMBOLAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: remove set to zeroAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: remove check on nullAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: register packet layer while openAlexander Aring2015-09-17
| * | | | | | | | | | ieee802154: 6lowpan: change dev vars to wdev and ldevAlexander Aring2015-09-17
| * | | | | | | | | | Bluetooth: close HCI device when user channel socket gets closedSimon Fels2015-09-17
| * | | | | | | | | | Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg2015-09-17
* | | | | | | | | | | rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic2015-09-20
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | sch_dsmark: improve memory localityEric Dumazet2015-09-17
* | | | | | | | | | net: Initialize table in fib resultDavid Ahern2015-09-17
* | | | | | | | | | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-17
* | | | | | | | | | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-17
* | | | | | | | | | net: only check perm protocol when register protoJunwei Zhang2015-09-17
* | | | | | | | | | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-17
* | | | | | | | | | netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-17
* | | | | | | | | | netfilter: Pass net into okfnEric W. Biederman2015-09-17
* | | | | | | | | | netfilter: Use nf_hook_state.netEric W. Biederman2015-09-17
* | | | | | | | | | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-17