aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman1-37/+0
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman10-0/+42
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2-13/+8
2015-03-02ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman1-27/+1
2015-03-02ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman1-32/+1
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
2015-03-02net/mlx4_en: Disbale GRO for incoming loopback/selftest packetsIdo Shamay1-1/+7
2015-03-02net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz3-5/+7
2015-03-02ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann1-9/+9
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann1-38/+33
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue1-38/+44
2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero1-0/+9
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger3-6/+18
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger3-2/+8
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger9-14/+13
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg pathEyal Birger1-6/+24
2015-03-02net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()Eyal Birger1-1/+1
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fieldsEyal Birger4-6/+6
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger5-19/+15
2015-03-02pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2-1/+18
2015-03-01bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-01net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2
2015-03-01net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-03-01Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare2-11/+23
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann3-52/+158
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann5-12/+11
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann3-2/+21
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann1-22/+14
2015-03-01ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann1-4/+16
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann3-3/+5
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann5-19/+19
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann3-83/+3
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli2-3/+6
2015-03-01net: bcmgenet: fix software maintained statisticsFlorian Fainelli1-3/+6
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal1-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal1-3/+4
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface.Arvid Brodin3-3/+14
2015-03-01net: pasemi: Use setup_timer and mod_timerVaishali Thakkar1-5/+3
2015-03-01net: stmmac: Use setup_timer and mod_timerVaishali Thakkar1-5/+5
2015-03-01net: 8390: axnet_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01net: 8390: pcnet_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01net: smc91c92_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01netxen_nic: Fix trivial typos in commentsYannick Guerrini1-2/+2
2015-03-01qlcnic: Fix trivial typo in commentYannick Guerrini1-1/+1
2015-03-01net: ti: cpsw: add hibernation callbacksGrygorii Strashko1-4/+3
2015-03-01net: davinci_mdio: add hibernation callbacksGrygorii Strashko1-2/+3
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1